home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / others.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.5 KB  |  60 lines

  1. #
  2. # Other Tools
  3. #
  4. others_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                                 [Other Tools]                                  "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Antivirus Tools                                                                "
  17. set textColor = color[white on cyan]
  18. print " [F1] F-Prot Antivirus for DOS V3.16b (26 Apr 2005) *Personal use only          "
  19. print " [F2] McAfee Antivirus V4.32.0 (12 Jan 2005) *Personal use only                 "
  20. print " [F3] Avast! V7.7 for DOS (18 Jan 2005) *Personal use only                      "
  21. print " [F4] AntiVir Personal Edition V6.29.0.5 (18 Jan 2005) *Personal use only       "
  22. print " [F5] AVG Free Edition V7.0 (18 Jan 2005) *Personal use only                    "
  23. print "                                                                                "
  24. set textColor = color[yellow on cyan]
  25. print " Network Tools                                                                  "
  26. set textColor = color[white on cyan]
  27. print " [F6] Freesco (One-disk Router) V0.3.3  [ 1] QNX Browser V4.00 (Modem)          "
  28. print " [F7] Arachne WWW Browser V1.83         [ 2] QNX Browser V4.00 (Network)        "
  29. print " [F8] NetCopy V0.2                      [ 3] DOSRDP V2.0/XP (Demo)              "
  30. print " [F9] FileLink V3.01                                                            "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. set textColor = color[white on blue]
  38. print "                Please select an item (ESC returns to main menu)                "
  39. set textColor = color[white on black]
  40.  
  41. #
  42. # Actions
  43. #
  44. getkey
  45. clear
  46. if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=fprot
  47. if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=mcafee
  48. if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=avast
  49. if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=antivir
  50. if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=avg
  51. if ($lastKey == key[f6]); then memdisk /images/freesco.igz
  52. if ($lastKey == key[f7]); then memdisk /images/arachne.igz
  53. if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=netcopy
  54. if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=filelink
  55. if ($lastKey == key[1]); then memdisk /images/qnxmodem.igz
  56. if ($lastKey == key[2]); then memdisk /images/qnxnet.igz
  57. if ($lastKey == key[3]); then memdisk /images/fd32rdp.igz
  58. if ($lastKey == key[esc]); then script main.scn
  59. goto others_menu
  60.